home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / gas_251.zip / bin_251 / bfd / hosts / i386linux.h < prev    next >
C/C++ Source or Header  |  1993-09-17  |  634b  |  18 lines

  1. #include <stddef.h>
  2. #include <stdlib.h>
  3. #include <unistd.h>
  4. #define DONTDECLARE_MALLOC
  5. #include "hosts/i386v.h"
  6.  
  7. /* Might be required by trad-core.c (not sure if it is).  */
  8. #include <sys/file.h>
  9.  
  10. /* Linux writes the task structure at the end of the core file.  Currently it
  11.    is 2912 bytes.  It is possible that this should be a pickier check, but
  12.    we should probably not be too picky (the size of the task structure might
  13.    vary, and if it's not the length we expect it to be, it doesn't affect
  14.    our ability to process the core file).  So allow 0-4096 extra bytes at
  15.    the end.  */
  16.  
  17. #define TRAD_CORE_EXTRA_SIZE_ALLOWED 4096
  18.